home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / CVS / tools / Makefile.in < prev    next >
Encoding:
Makefile  |  2001-04-27  |  5.5 KB  |  229 lines

  1. # Makefile.in generated automatically by automake 1.4e from Makefile.am.
  2.  
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  4. # Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14. @SET_MAKE@
  15.  
  16. # Makefile for GNU CVS auxiliary tools.
  17. # Do not use this makefile directly, but only from `../Makefile'.
  18. # Copyright (C) 1986, 1988-1990, 2000 Free Software Foundation, Inc.
  19.  
  20. # This program is free software; you can redistribute it and/or modify
  21. # it under the terms of the GNU General Public License as published by
  22. # the Free Software Foundation; either version 2, or (at your option)
  23. # any later version.
  24.  
  25. # This program is distributed in the hope that it will be useful,
  26. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  27. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  28. # GNU General Public License for more details.
  29.  
  30.  
  31. SHELL = @SHELL@
  32.  
  33. srcdir = @srcdir@
  34. top_srcdir = @top_srcdir@
  35. VPATH = @srcdir@
  36. prefix = @prefix@
  37. exec_prefix = @exec_prefix@
  38.  
  39. bindir = @bindir@
  40. sbindir = @sbindir@
  41. libexecdir = @libexecdir@
  42. datadir = @datadir@
  43. sysconfdir = @sysconfdir@
  44. sharedstatedir = @sharedstatedir@
  45. localstatedir = @localstatedir@
  46. libdir = @libdir@
  47. infodir = @infodir@
  48. mandir = @mandir@
  49. includedir = @includedir@
  50. oldincludedir = /usr/include
  51.  
  52. pkgdatadir = $(datadir)/@PACKAGE@
  53. pkglibdir = $(libdir)/@PACKAGE@
  54. pkgincludedir = $(includedir)/@PACKAGE@
  55.  
  56. top_builddir = ..
  57.  
  58. ACLOCAL = @ACLOCAL@
  59. AUTOCONF = @AUTOCONF@
  60. AUTOMAKE = @AUTOMAKE@
  61. AUTOHEADER = @AUTOHEADER@
  62.  
  63. INSTALL = @INSTALL@
  64. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  65. INSTALL_DATA = @INSTALL_DATA@
  66. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  67. INSTALL_HEADER = $(INSTALL_DATA)
  68. transform = @program_transform_name@
  69.  
  70. NORMAL_INSTALL = :
  71. PRE_INSTALL = :
  72. POST_INSTALL = :
  73. NORMAL_UNINSTALL = :
  74. PRE_UNINSTALL = :
  75. POST_UNINSTALL = :
  76. AMTAR = @AMTAR@
  77. AWK = @AWK@
  78. CC = @CC@
  79. CSH = @CSH@
  80. DEPDIR = @DEPDIR@
  81. ETAGS = @ETAGS@
  82. ETAGS_INCLUDE_OPTION = @ETAGS_INCLUDE_OPTION@
  83. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  84. INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
  85. KRB4 = @KRB4@
  86. LN_S = @LN_S@
  87. MAKEINFO = @MAKEINFO@
  88. PACKAGE = @PACKAGE@
  89. PERL = @PERL@
  90. PR = @PR@
  91. PS2PDF = @PS2PDF@
  92. RANLIB = @RANLIB@
  93. ROFF = @ROFF@
  94. STRIP = @STRIP@
  95. TEXI2DVI = @TEXI2DVI@
  96. VERSION = @VERSION@
  97. YACC = @YACC@
  98. _am_include = @_am_include@
  99. _am_quote = @_am_quote@
  100. includeopt = @includeopt@
  101. install_sh = @install_sh@
  102.  
  103. EXTRA_DIST = \
  104.     README .cvsignore
  105.  
  106. EXEEXT =
  107. OBJEXT = o
  108. subdir = tools
  109. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  110. CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/src/options.h
  111. CONFIG_CLEAN_FILES =
  112. DIST_SOURCES =
  113. DIST_COMMON = README ChangeLog Makefile.am Makefile.in
  114. all: all-am
  115.  
  116. .SUFFIXES:
  117.  
  118. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  119.     cd $(top_srcdir) && \
  120.       $(AUTOMAKE) --gnu  tools/Makefile
  121.  
  122. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  123.     cd $(top_builddir) && \
  124.       CONFIG_HEADERS= CONFIG_LINKS= \
  125.       CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  126. tags: TAGS
  127. TAGS:
  128.  
  129.  
  130. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  131.  
  132. top_distdir = ..
  133. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  134.  
  135. distdir: $(DISTFILES)
  136.     @for file in $(DISTFILES); do \
  137.       d=$(srcdir); \
  138.       if test -d $$d/$$file; then \
  139.         cp -pR $$d/$$file $(distdir) \
  140.         || exit 1; \
  141.       else \
  142.         test -f $(distdir)/$$file \
  143.         || cp -p $$d/$$file $(distdir)/$$file \
  144.         || exit 1; \
  145.       fi; \
  146.     done
  147. check-am: all-am
  148. check: check-am
  149. all-am: Makefile
  150.  
  151. installdirs:
  152.  
  153. install: install-am
  154. install-exec: install-exec-am
  155. install-data: install-data-am
  156. uninstall: uninstall-am
  157.  
  158. install-am: all-am
  159.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  160.  
  161. installcheck: installcheck-am
  162.  
  163. install-strip:
  164.     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  165.       INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
  166.  
  167. mostlyclean-generic:
  168.  
  169. clean-generic:
  170.  
  171. distclean-generic:
  172.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  173.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  174.  
  175. maintainer-clean-generic:
  176.     @echo "This command is intended for maintainers to use"
  177.     @echo "it deletes files that may require special tools to rebuild."
  178.     -rm -f Makefile.in
  179. clean: clean-am
  180.  
  181. clean-am: clean-generic mostlyclean-am
  182.  
  183. distclean: distclean-am
  184.  
  185. distclean-am: clean-am distclean-generic
  186.  
  187. dvi:
  188.  
  189. dvi-am:
  190.  
  191. info:
  192.  
  193. info-am:
  194.  
  195. install-data-am:
  196.  
  197. install-exec-am:
  198.  
  199. install-info:
  200.  
  201. install-man:
  202.  
  203. installcheck-am:
  204.  
  205. maintainer-clean: maintainer-clean-am
  206.  
  207. maintainer-clean-am: distclean-am maintainer-clean-generic
  208.  
  209. mostlyclean: mostlyclean-am
  210.  
  211. mostlyclean-am: mostlyclean-generic
  212.  
  213. .PHONY: all all-am check check-am clean clean-generic distclean \
  214.     distclean-generic distdir dvi dvi-am info info-am install \
  215.     install-am install-data install-data-am install-exec \
  216.     install-exec-am install-info install-man install-strip \
  217.     installcheck installcheck-am installdirs maintainer-clean \
  218.     maintainer-clean-generic mostlyclean mostlyclean-generic \
  219.     uninstall uninstall-am
  220.  
  221.  
  222. # for backwards compatibility with the old makefiles
  223. realclean: maintainer-clean
  224. .PHONY: realclean
  225.  
  226. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  227. # Otherwise a system limit (for SysV at least) may be exceeded.
  228. .NOEXPORT:
  229.